home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _2E86225B9386465BA9A2154A36B45EF9 < prev    next >
Encoding:
Text File  |  2004-02-09  |  938 b   |  45 lines

  1. light("spot_spotmap")
  2. {
  3.     pass()
  4.     {
  5.         Pixelshader("SpotTerrainSnow14.psh")
  6.  
  7.         tmu()
  8.         {
  9.             texgen("spotlight")
  10.             texture()
  11.             {
  12.                 spotmap()
  13.                 addressfunc("clamp", "clamp", "clamp")
  14.                 filtering("linear_no_mip")  //FIXIT
  15.             }
  16.         }
  17.  
  18.         tmu()
  19.         {
  20.             texgen("spotlight_z_att")
  21.             texture()
  22.             {
  23.                 image("spot_z.png")
  24.                 addressfunc("clamp", "clamp", "clamp")
  25.                 filtering("linear_no_mip")
  26.             }
  27.         }
  28.  
  29.         !include("__TerrainColormap.mtt")
  30.  
  31.         !include("__TerrainDetail1.mtt")
  32.  
  33.         !include("__DetailsMask.mtt")
  34.  
  35.         tfactor(1,1,1,0)
  36.         colorgen("tfactor", "user", 0,0,0, "none", 0,0,0)
  37.  
  38.         blendfunc("one", "one")
  39.         depthfunc("lequal", 0)
  40.  
  41.         blackfog()
  42.     }
  43. }
  44.  
  45.